home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / esc.jar / com / extensibility / xa / AggregateAttributeDecl$2.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-06-30  |  1.0 KB  |  23 lines

  1. package com.extensibility.xa;
  2.  
  3. import com.extensibility.xml.AttributeDeclaration;
  4.  
  5. class AggregateAttributeDecl$2 implements AggregateAttributeDecl.Operation {
  6.    // $FF: synthetic field
  7.    final SchemaDoc val$doc;
  8.    // $FF: synthetic field
  9.    final String val$newOwnerName;
  10.    // $FF: synthetic field
  11.    final AggregateAttributeDecl this$0;
  12.  
  13.    public void performOperation(AttributeDeclaration var1) {
  14.       this.val$doc.setDeclarationOwner(var1, this.val$newOwnerName);
  15.    }
  16.  
  17.    AggregateAttributeDecl$2(SchemaDoc var1, String var2, AggregateAttributeDecl var3) {
  18.       this.val$doc = var1;
  19.       this.val$newOwnerName = var2;
  20.       this.this$0 = var3;
  21.    }
  22. }
  23.